change type of local "image" variable from GtkImage to GtkWidget to fix
authorMichael Natterer <mitch@imendio.com>
Fri, 13 Jun 2008 13:40:29 +0000 (13:40 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 13 Jun 2008 13:40:29 +0000 (13:40 +0000)
commit00bdd1fccebcc8560ee73afb3b89d4ca056ec326
tree1ba4c30a3dc89e0a13b2cb43db1b82946f9a32f4
parent6aaea9737875708658ae0fba9de3f7701cc9d83a
change type of local "image" variable from GtkImage to GtkWidget to fix

2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkaction.c (gtk_action_set_short_label): change type of
local "image" variable from GtkImage to GtkWidget to fix warning.

svn path=/trunk/; revision=20373
ChangeLog
gtk/gtkaction.c